Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Side quest: Optimize ReadOnlyInvocationStatusTable#all_invoked_or_killed_invocations #2349

Merged

Conversation

slinkydeveloper
Copy link
Contributor

This avoids loading the full InvocationStatus in memory, only to read invocation target and status. Depends on #2335, only the last commit is relevant to this PR

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice optimization :-) LGTM. +1 for merging.

…ons, by avoiding loading the full InvocationStatus in memory.
@slinkydeveloper slinkydeveloper force-pushed the optimize-reload-on-startup branch from dc2b3b6 to e89239f Compare December 6, 2024 09:01
@slinkydeveloper slinkydeveloper merged commit 6437fbd into restatedev:main Dec 6, 2024
11 checks passed
@slinkydeveloper slinkydeveloper deleted the optimize-reload-on-startup branch December 6, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants